home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / BBS / SECOND_SIGHT / Waldo3.SEA / WaldoStuff / WaldoHelp / card_4785.txt < prev    next >
Text File  |  1992-04-20  |  12KB  |  431 lines

  1. -- card: 4785 from stack: in
  2. -- bmap block id: 4869
  3. -- flags: 0000
  4. -- background id: 2659
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A000
  11. -- rect: left=5 top=318 right=340 bottom=138
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Return to Waldo
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   set userlevel to 3
  23.   checkSize
  24.   visual effect iris close
  25.   pop card
  26. end mouseUp
  27.  
  28.  
  29.  
  30.  
  31. -- part 2 (button)
  32. -- low flags: 00
  33. -- high flags: 0002
  34. -- rect: left=139 top=318 right=339 bottom=166
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 24317 / 24317
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: Return
  43. ----- HyperTalk script -----
  44. on mouseUp
  45.   visual effect stretch from top
  46.   go to cd 1
  47.   put empty into bg fld 1
  48. end mouseUp
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60. -- part 3 (button)
  61. -- low flags: 00
  62. -- high flags: 0000
  63. -- rect: left=5 top=225 right=269 bottom=46
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 0 / 0
  66. -- text alignment: 1
  67. -- font id: 0
  68. -- text size: 12
  69. -- style flags: 0
  70. -- line height: 16
  71. -- part name: Import
  72. ----- HyperTalk script -----
  73. on mouseUp
  74.   if the optionKey is down and the ShiftKey is down then
  75.     global theButton
  76.     put the short name of me into theButton
  77.     StartEditing
  78.   end if
  79. end mouseUp
  80. on mouseWithin
  81.   put the script of me into temp
  82.   get the number of lines in temp
  83.   put line 16 to it of temp into  bg fld 1
  84. end mouseWithin
  85. on mouseLeave
  86.   put empty into bg fld 1
  87. end mouseLeave
  88. The Import Button will allow you to import Waldo formatted documents. If you have selected the Second Sight optoin in the Waldo menu the you will have a second option of loading for output (this option is only useful if you are runnung a Second Sight bulletin board system--BBS) .  The get file window will only display folders and plain text files.
  89.  
  90.  
  91.  
  92. -- part 4 (button)
  93. -- low flags: 00
  94. -- high flags: 0000
  95. -- rect: left=41 top=225 right=269 bottom=80
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: Delete
  104. ----- HyperTalk script -----
  105. on mouseUp
  106.   if the optionKey is down and the ShiftKey is down then
  107.     global theButton
  108.     put the short name of me into theButton
  109.     StartEditing
  110.   end if
  111. end mouseUp
  112. on mouseWithin
  113.   put the script of me into temp
  114.   get the number of lines in temp
  115.   put line 16 to it of temp into  bg fld 1
  116. end mouseWithin
  117. on mouseLeave
  118.   put empty into bg fld 1
  119. end mouseLeave
  120. The Delete Button will delete all Pages except the Import Page from the current copy of Waldo.
  121.  
  122.  
  123.  
  124. -- part 5 (button)
  125. -- low flags: 00
  126. -- high flags: 0000
  127. -- rect: left=89 top=222 right=266 bottom=124
  128. -- title width / last selected line: 0
  129. -- icon id / first selected line: 0 / 0
  130. -- text alignment: 1
  131. -- font id: 0
  132. -- text size: 12
  133. -- style flags: 0
  134. -- line height: 16
  135. -- part name: Second Sight
  136. ----- HyperTalk script -----
  137. on mouseUp
  138.   if the optionKey is down and the ShiftKey is down then
  139.     global theButton
  140.     put the short name of me into theButton
  141.     StartEditing
  142.   end if
  143. end mouseUp
  144. on mouseWithin
  145.   put the script of me into temp
  146.   get the number of lines in temp
  147.   put line 16 to it of temp into  bg fld 1
  148. end mouseWithin
  149. on mouseLeave
  150.   put empty into bg fld 1
  151. end mouseLeave
  152. This Button will create files for display of the current document on a Second Sight bulletin board system. It expects to find a folder at the same level as the current copy of Waldo that is named like this,
  153. name-F.  The current document, if loaded  with the Output option, must reside in that folder. Waldo will create a series of files in that folder for Second Sight to read. NOTE: You must not move the files or folder.
  154.  
  155.  
  156.  
  157. -- part 6 (button)
  158. -- low flags: 00
  159. -- high flags: 0000
  160. -- rect: left=128 top=223 right=267 bottom=158
  161. -- title width / last selected line: 0
  162. -- icon id / first selected line: 0 / 0
  163. -- text alignment: 1
  164. -- font id: 0
  165. -- text size: 12
  166. -- style flags: 0
  167. -- line height: 16
  168. -- part name: Second Sight List
  169. ----- HyperTalk script -----
  170. on mouseUp
  171.   if the optionKey is down and the ShiftKey is down then
  172.     global theButton
  173.     put the short name of me into theButton
  174.     StartEditing
  175.   end if
  176. end mouseUp
  177. on mouseWithin
  178.   put the script of me into temp
  179.   get the number of lines in temp
  180.   put line 16 to it of temp into  bg fld 1
  181. end mouseWithin
  182. on mouseLeave
  183.   put empty into bg fld 1
  184. end mouseLeave
  185. This Button will display a List of files for display by a Second Sight Bulletin Board System. It expects to find folders at the same level as the current copy of Waldo you are in( that contains the files).  The folders are named with the file name plus a "-F" extention. To assist loading (because this function does not support the standard Mac find file interface) this list allows you to enter the name of files, in folders   at the same  level (HFS) as your current copy of Waldo.
  186.  
  187.  
  188.  
  189. -- part 7 (button)
  190. -- low flags: 00
  191. -- high flags: 0000
  192. -- rect: left=165 top=222 right=266 bottom=201
  193. -- title width / last selected line: 0
  194. -- icon id / first selected line: 0 / 0
  195. -- text alignment: 1
  196. -- font id: 0
  197. -- text size: 12
  198. -- style flags: 0
  199. -- line height: 16
  200. -- part name: SS List Utlities
  201. ----- HyperTalk script -----
  202. on mouseUp
  203.   if the optionKey is down and the ShiftKey is down then
  204.     global theButton
  205.     put the short name of me into theButton
  206.     StartEditing
  207.   end if
  208. end mouseUp
  209. on mouseWithin
  210.   put the script of me into temp
  211.   get the number of lines in temp
  212.   put line 16 to it of temp into  bg fld 1
  213. end mouseWithin
  214. on mouseLeave
  215.   put empty into bg fld 1
  216. end mouseLeave
  217. This Button displays a List of utilities for the Second Sight File List. You must hold down the mouse button and wait for a List to pop up to make a selection. Lists may be erased, renamed, saved to disk and loaded from disk.  If a List has been modified some actions will present a dialogue box giving you the option to save the current version to disk before continuing with the present action or the option to abort it.
  218.  
  219.  
  220.  
  221. -- part 8 (button)
  222. -- low flags: 00
  223. -- high flags: 0000
  224. -- rect: left=215 top=225 right=269 bottom=256
  225. -- title width / last selected line: 0
  226. -- icon id / first selected line: 0 / 0
  227. -- text alignment: 1
  228. -- font id: 0
  229. -- text size: 12
  230. -- style flags: 0
  231. -- line height: 16
  232. -- part name: Sound Level
  233. ----- HyperTalk script -----
  234. on mouseUp
  235.   if the optionKey is down and the ShiftKey is down then
  236.     global theButton
  237.     put the short name of me into theButton
  238.     StartEditing
  239.   end if
  240. end mouseUp
  241. on mouseWithin
  242.   put the script of me into temp
  243.   get the number of lines in temp
  244.   put line 16 to it of temp into  bg fld 1
  245. end mouseWithin
  246. on mouseLeave
  247.   put empty into bg fld 1
  248. end mouseLeave
  249. Hold down your Mouse Button on this Button for a second to display a list of settings for the level of the system sound.
  250. This Button allows you to set the level of system sounds from 0 to 7. When you go to another stack that is open Waldo will remember the current setting in Waldo, return your system to the original setting present before entering Waldo and then when returning to Waldo will reset to the level last selected in Waldo.
  251.  
  252.  
  253.  
  254. -- part 9 (button)
  255. -- low flags: 00
  256. -- high flags: 0000
  257. -- rect: left=269 top=225 right=269 bottom=308
  258. -- title width / last selected line: 0
  259. -- icon id / first selected line: 0 / 0
  260. -- text alignment: 1
  261. -- font id: 0
  262. -- text size: 12
  263. -- style flags: 0
  264. -- line height: 16
  265. -- part name: Page #?
  266. ----- HyperTalk script -----
  267. on mouseUp
  268.   if the optionKey is down and the ShiftKey is down then
  269.     global theButton
  270.     put the short name of me into theButton
  271.     StartEditing
  272.   end if
  273. end mouseUp
  274. on mouseWithin
  275.   put the script of me into temp
  276.   get the number of lines in temp
  277.   put line 16 to it of temp into  bg fld 1
  278. end mouseWithin
  279. on mouseLeave
  280.   put empty into bg fld 1
  281. end mouseLeave
  282. Clicking on Page #? Button will allow you to go to any Page (that is valid for the current document).  If you Hold down the Shift key while clikcing on Page #? Button will present you with a randomly selected Page as a default to a dialogue box for the selection of a page to display.  If you do not want the current selection type in the page number you want and that page will be displayed.
  283.  
  284.  
  285.  
  286.  
  287. -- part 10 (button)
  288. -- low flags: 00
  289. -- high flags: 0000
  290. -- rect: left=312 top=225 right=269 bottom=342
  291. -- title width / last selected line: 0
  292. -- icon id / first selected line: 0 / 0
  293. -- text alignment: 1
  294. -- font id: 0
  295. -- text size: 12
  296. -- style flags: 0
  297. -- line height: 16
  298. -- part name: Returner
  299. ----- HyperTalk script -----
  300. on mouseUp
  301.   if the optionKey is down and the ShiftKey is down then
  302.     global theButton
  303.     put the short name of me into theButton
  304.     StartEditing
  305.   end if
  306. end mouseUp
  307. on mouseWithin
  308.   put the script of me into temp
  309.   get the number of lines in temp
  310.   put line 16 to it of temp into  bg fld 1
  311. end mouseWithin
  312. on mouseLeave
  313.   put empty into bg fld 1
  314. end mouseLeave
  315. This is the Return Button. It appears as a inverse image (black and white reversed) of the Import Page Button.
  316. It is only displayed when you have used the Import Page Button on any document page to go to the Import Page. Clicking on it will return you to the document Page you left.
  317.  
  318.  
  319.  
  320. -- part 11 (button)
  321. -- low flags: 00
  322. -- high flags: 0000
  323. -- rect: left=348 top=225 right=269 bottom=383
  324. -- title width / last selected line: 0
  325. -- icon id / first selected line: 0 / 0
  326. -- text alignment: 1
  327. -- font id: 0
  328. -- text size: 12
  329. -- style flags: 0
  330. -- line height: 16
  331. -- part name: Page #1
  332. ----- HyperTalk script -----
  333. on mouseUp
  334.   if the optionKey is down and the ShiftKey is down then
  335.     global theButton
  336.     put the short name of me into theButton
  337.     StartEditing
  338.   end if
  339. end mouseUp
  340. on mouseWithin
  341.   put the script of me into temp
  342.   get the number of lines in temp
  343.   put line 16 to it of temp into  bg fld 1
  344. end mouseWithin
  345. on mouseLeave
  346.   put empty into bg fld 1
  347. end mouseLeave
  348. Clicking this Button will display Page 1 of the document.
  349. Holding down the Shift Key while clicking on this button
  350. will display the last Page of the document.  This Button is grayed out when you are on page 1 of the current document.
  351.  
  352.  
  353.  
  354.  
  355. -- part 12 (button)
  356. -- low flags: 00
  357. -- high flags: 0000
  358. -- rect: left=449 top=225 right=269 bottom=490
  359. -- title width / last selected line: 0
  360. -- icon id / first selected line: 0 / 0
  361. -- text alignment: 1
  362. -- font id: 0
  363. -- text size: 12
  364. -- style flags: 0
  365. -- line height: 16
  366. -- part name: Find in Help
  367. ----- HyperTalk script -----
  368. on mouseUp
  369.   if the optionKey is down and the ShiftKey is down then
  370.     global theButton
  371.     put the short name of me into theButton
  372.     StartEditing
  373.   end if
  374. end mouseUp
  375. on mouseWithin
  376.   put the script of me into temp
  377.   get the number of lines in temp
  378.   put line 16 to it of temp into  bg fld 1
  379. end mouseWithin
  380. on mouseLeave
  381.   put empty into bg fld 1
  382. end mouseLeave
  383. This Button will display a dialogue asking for an item to find in the Help field. After the first match, hit the return key to display subsequent matches.
  384.  
  385.  
  386.  
  387. -- part 13 (button)
  388. -- low flags: 00
  389. -- high flags: 0000
  390. -- rect: left=494 top=225 right=269 bottom=512
  391. -- title width / last selected line: 0
  392. -- icon id / first selected line: 0 / 0
  393. -- text alignment: 1
  394. -- font id: 0
  395. -- text size: 12
  396. -- style flags: 0
  397. -- line height: 16
  398. -- part name: Scroll All
  399. ----- HyperTalk script -----
  400. on mouseUp
  401.   if the optionKey is down and the ShiftKey is down then
  402.     global theButton
  403.     put the short name of me into theButton
  404.     StartEditing
  405.   end if
  406. end mouseUp
  407. on mouseWithin
  408.   put the script of me into temp
  409.   get the number of lines in temp
  410.   put line 16 to it of temp into  bg fld 1
  411. end mouseWithin
  412. on mouseLeave
  413.   put empty into bg fld 1
  414. end mouseLeave
  415. The Scroll All Pages Button will scroll all document Pages to the top.
  416.  
  417.  
  418.  
  419. -- part 14 (button)
  420. -- low flags: 80
  421. -- high flags: 0000
  422. -- rect: left=0 top=185 right=342 bottom=512
  423. -- title width / last selected line: 0
  424. -- icon id / first selected line: 0 / 0
  425. -- text alignment: 1
  426. -- font id: 0
  427. -- text size: 12
  428. -- style flags: 0
  429. -- line height: 16
  430. -- part name: Hide Buttons
  431.